home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / regexplode < prev    next >
Text File  |  2001-04-06  |  339b  |  18 lines

  1. SYNOPSIS
  2.         string *regexplode (string text, string pattern)
  3.  
  4. DESCRIPTION
  5.         This function is similar to explode but accepts a regular
  6.         expression as delimiter. Every second part of the returned
  7.         array is a delimiter.
  8.  
  9. HISTORY
  10.         Introduced in 3.2@61
  11.  
  12. SEE ALSO
  13.         explode(E), regexp(E), regreplace(E)
  14.  
  15.  
  16.  
  17.  
  18.